Produced by Araxis Merge on 2021-05-13 09:09:04 +0000. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | 2021-05-13 09:09:04 +0000 | ||
| 2 | /Applications/Ampps/www/Porto v4.0.0/Theme Files/Magento 2.x/Porto Theme/app/design/frontend/Smartwave/porto/Magento_Theme/web/css/source/module | _testimonial.less | 2021-03-25 08:24:10 +0000 |
| Description | Between Files 1 and 2 | |
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 0 | 0 |
| Changed | 0 | 0 |
| Inserted | 1 | 305 |
| Removed | 0 | 0 |
| Whitespace | Consecutive whitespace is treated as a single space |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
| Active line-pairing rules |
No regular expressions were active.
| 1 | & when (@media-common = true) { | |||||
| 2 | .testimonial { | |||||
| 3 | margin-bottom: 20px; | |||||
| 4 | .slick-slider & {margin-bottom: 0;} | |||||
| 5 | blockquote { | |||||
| 6 | border: 0; | |||||
| 7 | color: #fff; | |||||
| 8 | margin: 0; | |||||
| 9 | padding: 2.5rem 4rem 2.5rem 4.5rem; | |||||
| 10 | position: relative; | |||||
| 11 | font-size: 1em; | |||||
| 12 | font-family: inherit; | |||||
| 13 | font-style: inherit; | |||||
| 14 | line-height: inherit; | |||||
| 15 | p { | |||||
| 16 | font-size: 1.2em; | |||||
| 17 | line-height: 1.5; | |||||
| 18 | margin-bottom: 0; | |||||
| 19 | color: inherit; | |||||
| 20 | } | |||||
| 21 | &:before { | |||||
| 22 | left: 20px; | |||||
| 23 | top: 20px; | |||||
| 24 | content: "\201C"; | |||||
| 25 | font-size: 80px; | |||||
| 26 | font-style: normal; | |||||
| 27 | line-height: 1; | |||||
| 28 | position: absolute; | |||||
| 29 | font-family: 'Playfair Display'; | |||||
| 30 | } | |||||
| 31 | } | |||||
| 32 | .testimonial-arrow-down { | |||||
| 33 | border-left: 11px solid transparent; | |||||
| 34 | border-right: 11px solid transparent; | |||||
| 35 | border-top: 8px solid #ccc; | |||||
| 36 | height: 0; | |||||
| 37 | margin: 0 0 0 40px; | |||||
| 38 | width: 0; | |||||
| 39 | } | |||||
| 40 | .testimonial-author { | |||||
| 41 | display: -webkit-flex; | |||||
| 42 | display: -ms-flexbox; | |||||
| 43 | display: flex; | |||||
| 44 | margin: 12px 0 0 0; | |||||
| 45 | .testimonial-author-thumbnail { | |||||
| 46 | width: auto; | |||||
| 47 | } | |||||
| 48 | img { | |||||
| 49 | max-width: 25px; | |||||
| 50 | } | |||||
| 51 | strong { | |||||
| 52 | display: block; | |||||
| 53 | margin-bottom: 2px; | |||||
| 54 | font-size: 1rem; | |||||
| 55 | font-weight: 700; | |||||
| 56 | } | |||||
| 57 | span { | |||||
| 58 | color: #666; | |||||
| 59 | display: block; | |||||
| 60 | font-size: .8rem; | |||||
| 61 | font-weight: 600; | |||||
| 62 | } | |||||
| 63 | p { | |||||
| 64 | color: #999; | |||||
| 65 | margin-left: .75rem; | |||||
| 66 | text-align: left; | |||||
| 67 | line-height: 1.2; | |||||
| 68 | } | |||||
| 69 | } | |||||
| 70 | &.testimonial-style-2 { | |||||
| 71 | text-align: center; | |||||
| 72 | blockquote { | |||||
| 73 | background: transparent!important; | |||||
| 74 | padding: 20px; | |||||
| 75 | &:before { | |||||
| 76 | display: none; | |||||
| 77 | } | |||||
| 78 | } | |||||
| 79 | .testimonial-arrow-down { | |||||
| 80 | display: none; | |||||
| 81 | } | |||||
| 82 | .testimonial-author { | |||||
| 83 | -ms-flex-direction: column; | |||||
| 84 | flex-direction: column; | |||||
| 85 | padding: 0; | |||||
| 86 | margin: 6px 0 0; | |||||
| 87 | img { | |||||
| 88 | margin: 0 auto 10px; | |||||
| 89 | max-width: 60px; | |||||
| 90 | } | |||||
| 91 | p { | |||||
| 92 | text-align: center; | |||||
| 93 | padding: 0; | |||||
| 94 | margin: 0; | |||||
| 95 | } | |||||
| 96 | } | |||||
| 97 | } | |||||
| 98 | &.testimonial-style-3 { | |||||
| 99 | blockquote { | |||||
| 100 | padding: 12px 30px; | |||||
| 101 | p { | |||||
| 102 | font-size: 1em; | |||||
| 103 | font-style: normal; | |||||
| 104 | } | |||||
| 105 | &:before { | |||||
| 106 | top: 5px; | |||||
| 107 | left: 9px; | |||||
| 108 | font-size: 35px; | |||||
| 109 | } | |||||
| 110 | &:after { | |||||
| 111 | font-size: 35px; | |||||
| 112 | bottom: -5px; | |||||
| 113 | } | |||||
| 114 | } | |||||
| 115 | .testimonial-author { | |||||
| 116 | margin-left: 8px; | |||||
| 117 | img { | |||||
| 118 | max-width: 55px; | |||||
| 119 | } | |||||
| 120 | } | |||||
| 121 | .testimonial-arrow-down { | |||||
| 122 | margin-left: 20px; | |||||
| 123 | } | |||||
| 124 | } | |||||
| 125 | &.testimonial-style-4 { | |||||
| 126 | padding: 7px; | |||||
| 127 | border: 1px solid; | |||||
| 128 | box-shadow: 0 1px 1px 0 rgba(0,0,0,.04); | |||||
| 129 | blockquote { | |||||
| 130 | background: transparent!important; | |||||
| 131 | padding: 12px 30px; | |||||
| 132 | color: #777; | |||||
| 133 | p { | |||||
| 134 | font-size: 1em; | |||||
| 135 | font-style: normal; | |||||
| 136 | } | |||||
| 137 | &:before { | |||||
| 138 | top: 5px; | |||||
| 139 | left: 9px; | |||||
| 140 | font-size: 35px; | |||||
| 141 | } | |||||
| 142 | &:after { | |||||
| 143 | font-size: 35px; | |||||
| 144 | bottom: -5px; | |||||
| 145 | } | |||||
| 146 | } | |||||
| 147 | .testimonial-arrow-down { | |||||
| 148 | display: none; | |||||
| 149 | } | |||||
| 150 | .testimonial-author { | |||||
| 151 | margin-left: 30px; | |||||
| 152 | margin-bottom: 15px; | |||||
| 153 | -ms-flex-align: center; | |||||
| 154 | align-items: center; | |||||
| 155 | img { | |||||
| 156 | max-width: 55px; | |||||
| 157 | } | |||||
| 158 | p { | |||||
| 159 | margin-bottom: 0; | |||||
| 160 | } | |||||
| 161 | } | |||||
| 162 | } | |||||
| 163 | &.testimonial-style-5 { | |||||
| 164 | text-align: center; | |||||
| 165 | blockquote { | |||||
| 166 | background: transparent!important; | |||||
| 167 | padding: 6px 20px; | |||||
| 168 | p { | |||||
| 169 | font-size: 1.2em; | |||||
| 170 | font-style: normal; | |||||
| 171 | } | |||||
| 172 | &:before { | |||||
| 173 | display: none; | |||||
| 174 | } | |||||
| 175 | } | |||||
| 176 | .testimonial-arrow-down { | |||||
| 177 | display: none; | |||||
| 178 | } | |||||
| 179 | .testimonial-author { | |||||
| 180 | display: block; | |||||
| 181 | padding: 15px 0 0; | |||||
| 182 | margin: 12px 0 0; | |||||
| 183 | img { | |||||
| 184 | margin: 0 auto 10px; | |||||
| 185 | } | |||||
| 186 | p { | |||||
| 187 | text-align: center; | |||||
| 188 | padding: 0; | |||||
| 189 | margin: 0; | |||||
| 190 | } | |||||
| 191 | } | |||||
| 192 | } | |||||
| 193 | &.testimonial-style-6 { | |||||
| 194 | text-align: center; | |||||
| 195 | blockquote { | |||||
| 196 | background: transparent!important; | |||||
| 197 | border: 0; | |||||
| 198 | padding: 0 10%; | |||||
| 199 | i.fa-quote-left { | |||||
| 200 | font-size: 34px; | |||||
| 201 | position: relative; | |||||
| 202 | left: -5px; | |||||
| 203 | } | |||||
| 204 | p { | |||||
| 205 | font-size: 24px; | |||||
| 206 | line-height: 30px; | |||||
| 207 | } | |||||
| 208 | span { | |||||
| 209 | font-size: 16px; | |||||
| 210 | line-height: 20px; | |||||
| 211 | color: #999; | |||||
| 212 | position: relative; | |||||
| 213 | left: -5px; | |||||
| 214 | } | |||||
| 215 | &:before { | |||||
| 216 | display: none; | |||||
| 217 | } | |||||
| 218 | } | |||||
| 219 | .testimonial-arrow-down { | |||||
| 220 | display: none; | |||||
| 221 | } | |||||
| 222 | .testimonial-author { | |||||
| 223 | -ms-flex-direction: column; | |||||
| 224 | flex-direction: column; | |||||
| 225 | padding: 0; | |||||
| 226 | margin: 6px 0 0; | |||||
| 227 | img { | |||||
| 228 | margin: 15px auto 10px; | |||||
| 229 | } | |||||
| 230 | p { | |||||
| 231 | text-align: center; | |||||
| 232 | padding: 0; | |||||
| 233 | margin: 0; | |||||
| 234 | } | |||||
| 235 | } | |||||
| 236 | } | |||||
| 237 | &.testimonial-with-quotes { | |||||
| 238 | text-align: center; | |||||
| 239 | blockquote { | |||||
| 240 | background: transparent!important; | |||||
| 241 | p {padding: 0 40px;} | |||||
| 242 | &:before,&:after { | |||||
| 243 | display: block!important; | |||||
| 244 | left: 10px; | |||||
| 245 | top: 0; | |||||
| 246 | content: "\201C"; | |||||
| 247 | font-size: 80px; | |||||
| 248 | font-style: normal; | |||||
| 249 | line-height: 1; | |||||
| 250 | position: absolute; | |||||
| 251 | } | |||||
| 252 | &:after {content: "\201D";left: auto;right: 10px;top: auto;bottom: -.5em;} | |||||
| 253 | } | |||||
| 254 | img {margin: 15px auto 10px;width: 60px;} | |||||
| 255 | .testimonial-author p {margin: 0 auto;text-align: center;} | |||||
| 256 | &.testimonial-light { | |||||
| 257 | blockquote {color: #fff;} | |||||
| 258 | .testimonial-author { | |||||
| 259 | span,strong {opacity: .6;color: #fff;} | |||||
| 260 | } | |||||
| 261 | } | |||||
| 262 | &.testimonial-remove-right-quote { | |||||
| 263 | blockquote { | |||||
| 264 | background: transparent!important; | |||||
| 265 | p {font-family: Georgia,serif!important;font-style: italic;font-size: 1.2em;} | |||||
| 266 | &:after { | |||||
| 267 | content: none; | |||||
| 268 | } | |||||
| 269 | } | |||||
| 270 | } | |||||
| 271 | } | |||||
| 272 | &.testimonial-no-borders { | |||||
| 273 | border-width: 0; | |||||
| 274 | box-shadow: none; | |||||
| 275 | } | |||||
| 276 | .testimonial-author strong {color: #111;} | |||||
| 277 | &.testimonial-style-3 { | |||||
| 278 | blockquote { | |||||
| 279 | background: #f2f2f2; | |||||
| 280 | } | |||||
| 281 | .testimonial-arrow-down { | |||||
| 282 | border-top: 10px solid #f2f2f2!important; | |||||
| 283 | } | |||||
| 284 | } | |||||
| 285 | &.testimonial-style-4 { | |||||
| 286 | border-top-color: #dfdfdf; | |||||
| 287 | border-bottom-color: #dfdfdf; | |||||
| 288 | border-left-color: #ececec; | |||||
| 289 | border-right-color: #ececec; | |||||
| 290 | } | |||||
| 291 | &.testimonial-style-5 .testimonial-author { | |||||
| 292 | border-top: 1px solid #f2f2f2; | |||||
| 293 | } | |||||
| 294 | } | |||||
| 295 | } | |||||
| 296 | .media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__s) { | |||||
| 297 | .testimonial{ | |||||
| 298 | .testimonial-with-quotes { | |||||
| 299 | blockquote { | |||||
| 300 | p {padding:0;} | |||||
| 301 | &:before,&:after {display:none!important;} | |||||
| 302 | } | |||||
| 303 | } | |||||
| 304 | } | |||||
| 305 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993–2019 Araxis Ltd (www.araxis.com). All rights reserved.